home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr31 / hades.zip / OPTIMIZE.MAN < prev    next >
Text File  |  1992-04-13  |  2KB  |  66 lines

  1.  
  2.  
  3. OPTIMIZE(1)                  MAINTENANCE COMMANDS                  OPTIMIZE(1)
  4.  
  5.  
  6. NNNAAAMMMEEE
  7.      optimize - optimizes a dictionary
  8.  
  9. SSSYYYNNNOOOPPPSSSIIISSS
  10.      optimize [-r] [-f passwordfile] [-o outfile]
  11.  
  12. DDDEEESSSCCCRRRIIIPPPTTTIIIOOONNN
  13.      Optimize truncates all words in the dictionary-file specified by  the  -f
  14.      switch  to eight characters (if no -f switch is specified, standard-input
  15.      will  be  used),  sorts  the  truncated  words  in  ascending  order  (or
  16.      descending,  when  the  -r  option  is  specified)  and  removes multiple
  17.      entries. The optimized dictionary is written to the file specified by the
  18.      -o switch (or, if no -o switch specified, to standard-output).
  19.  
  20. OOOPPPTTTIIIOOONNNSSS
  21.      -r   Specifies that words will be sorted in descending order
  22.  
  23.      -fname
  24.           Causes dictionary-file name to be used instead of standard-input.
  25.  
  26.      -oname
  27.           Causes file name to  be  used  to  write  optimized  dictionary  to,
  28.           instead of standard-output.
  29.  
  30. SSSEEEEEE-AAALLLSSSOOO
  31.      userlist(1), gecos(1), hades(1), merge(1)
  32.  
  33. EEEXXXAAAMMMPPPLLLEEESSS
  34.      To optimize the dictionary-file words.dic in ascending  order  and  write
  35.      the result to the file optim.dic, type:
  36.  
  37.      optimize -f words.dic -o optim.dic
  38.  
  39.      In combination with other DESPERATE utilities:
  40.  
  41.      gecos -l -1 -n < /etc/passwd | optimize > optgec.dic
  42.  
  43. IIINNNFFFOOORRRMMMAAATTTIIIOOONNN
  44.      Optimize is copyrighted (C) 1992 by ``Zabkar'', member of Room101 hackers
  45.      organization,  Holland.  Unauthorized  use/copying  of  this  program  is
  46.      explicitly prohibited. Userlist is part  of  the  DESPERATE  toolbox  for
  47.      HADES   password-cracking   package   by   ``Remote''.   Send  e-Mail  to
  48.      root@waves.hacktic.nl (Zabkar) or root@room101.hacktic.nl (Remote).
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. Room101 hackers                        April 13, 1992                        1
  65.  
  66.